{% import "_includes/forms" as forms %} {% if CraftEdition >= CraftClient %} {% set sectionInput %}
{% endset %} {{ forms.field({ label: "Section"|t, instructions: "Which section do you want to pull recent entries from?"|t, id: 'section', }, sectionInput) }} {% if craft.isLocalized() %} {% set editableLocales = craft.i18n.getEditableLocales() %} {% if editableLocales|length > 1 %} {% set localeInput %}
{% endset %} {{ forms.field({ id: 'locale', label: "Locale"|t }, localeInput) }} {% endif %} {% endif %} {% endif %} {{ forms.textField({ label: "Limit"|t, id: 'limit', name: 'limit', value: settings.limit, size: 2, errors: settings.getErrors('limit') }) }}